home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Web Site Development
/
Microsoft Mastering Web Site Development (Microsoft) (1997).iso
/
Labs
/
Lab07.1
/
error.asp
< prev
next >
Wrap
Text File
|
1997-04-24
|
1KB
|
42 lines
<%@ LANGUAGE="VBSCRIPT" %>
<HTML>
<HEAD>
<meta name="GENERATOR" content="Microsoft Developer Studio">
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>Document Title</title>
<link rel="STYLESHEET" href="Stylesheets/Grid/Style2.css">
</head>
<body background="Images/Grid/Background/Back2.jpg"
bgcolor="White">
<basefont face="Arial, Helvetica, sans-serif">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th align="Left" nowrap bgcolor="Silver"
background="./Images/Grid/Navigation/Nav1.jpg"> <font
size="6"> Error </font> </th>
</tr>
<tr>
<td bgcolor="#FFFFCC"> <font size="-1">
<%=session("ErrorTitle") %>
</font> </td>
</tr>
</table>
<p>
<%=session("ErrorText") %>
<p>
<INPUT TYPE=button VALUE="Return" NAME="Ret">
</p>
<SCRIPT LANGUAGE="VBS">
<!--
sub Ret_OnClick()
call window.history.back (2)
end sub
-->
</SCRIPT>
</BODY>
</HTML>